home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / guide_2.arc / GUIDEINS.BAT < prev    next >
DOS Batch File  |  1987-12-21  |  1KB  |  49 lines

  1. echo off
  2. if z%1 == zc goto convert
  3. if z%1 == zd goto convert
  4. if z%1 == ze goto convert
  5. goto unknown
  6.  
  7. :convert
  8. echo  
  9. echo The relevant files will now be converted to Drive %1
  10. echo  
  11. echo If this is NOT what you want, then hit ^C now!
  12. echo  
  13. pause
  14. change overview.bbs "e:\" "%1:\"
  15. change em.bbs "e:\" "%1:\"
  16. change genrules.bbs "e:\" "%1:\"
  17. change summ.bbs "e:\" "%1:\"
  18. change ready.bbs "e:\" "%1:\"
  19. change planning.bbs "e:\" "%1:\"
  20. change logon1.bbs "e:\" "%1:\"
  21. change mainmenu.bbs "e:\" "%1:\"
  22. change messages.bbs "e:\" "%1:\"
  23. change database.bbs "e:\" "%1:\"
  24. change lastword.bbs "e:\" "%1:\"
  25. change guide.bbs "e:\" "%1:\"
  26. change guide.gbs "e:\" "%1:\"
  27. echo  
  28. echo  
  29. echo Converted.  Please copy all .BBS and .GBS files to your misc
  30. echo area.  Any problems, please contact Simon Blears, SysOp of
  31. echo Lightning BBS 3:690/903 or 3:690/0.
  32. echo  
  33. pause
  34. goto end
  35.  
  36. :unknown
  37. echo  
  38. echo To alter these files to run on your particular drive, you must
  39. echo specify which drive they're to run on.  eg:
  40. echo  
  41. echo              GUIDEINS C  will install for drive C
  42. echo              GUIDEINS D  will install for drive D  etc....
  43. echo  
  44. echo Please do this now....
  45. echo  
  46. goto end
  47.  
  48. :end
  49.